func crypto/tls.supportsECDHE
3 uses
crypto/tls (current package)
common.go#L1399: ecdheSupported, err := supportsECDHE(config, vers, chi.SupportedCurves, chi.SupportedPoints)
handshake_server.go#L290: hs.ecdheOk, err = supportsECDHE(c.config, c.vers, hs.clientHello.supportedCurves, hs.clientHello.supportedPoints)
handshake_server.go#L365: func supportsECDHE(c *Config, version uint16, supportedCurves []CurveID, supportedPoints []uint8) (bool, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)